Moved Gdk test functions from Gtk+ to Gdk test utils.
authorTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:03:31 +0000 (15:03 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 20 Nov 2007 15:03:31 +0000 (15:03 +0000)
commit4f7a2da8e8f55b54732a46c4fec60753d15900d5
treeafc9830d48b9bdd1003b064e0dbfc47f8f2f0dd2
parent3cf208ef5e7dab5b8aafe794bfa15e1c4731cca8
Moved Gdk test functions from Gtk+ to Gdk test utils.

* gdk/Makefile.am: added gdktestutils.h to public includes.

* gdk/gdk.h: added gdktestutils.h to public includes.

* gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
gdk_test_render_sync.

* gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.

* gdk/x11/Makefile.am: build gdktestutils-x11.c.

* gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.

* gtk/gtktestutils.c:
* gtk/gtktestutils.h:
* gtk/gtk.symbols: removed gtk_test_simulate_button
gtk_test_simulate_key, gtk_test_xserver_render_sync.

* gtk/tests/testing.c: call gdk_test_render_sync.

svn path=/trunk/; revision=19012
gdk/Makefile.am
gdk/gdk.h
gdk/gdk.symbols
gdk/gdktestutils.h [new file with mode: 0644]
gdk/x11/Makefile.am
gdk/x11/gdktestutils-x11.c [new file with mode: 0644]
gtk/gtk.symbols
gtk/gtktestutils.c
gtk/gtktestutils.h
gtk/tests/testing.c